Parameters
- items
- Array of objects that will be assigned to the new row.
- rowIndex
- Position where the new row will be inserted.
- colIndex
- First column to populate with the items in the items array. This parameter is usually set to the index of the first scrollable column.
Return Value
A reference to the new row.